body {
      font-family: Arial, sans-serif;
      background-color: #fff;
    }
    
 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');



    
    h1,h2,h3,h4, h5,h6{
  /*font-family: "Montserrat", sans-serif;*/
    font-family: "Archivo", sans-serif;
    }
    p,a,li{
        font-family: "Poppins", sans-serif;
    }
    .header-warning {
      background-color: #ffebeb;
      color: red;
      font-weight: bold;
      text-align: center;
      padding: 10px;
    }
    .promo-banner {
      background-color: #363636;
      color: #fff;
      padding: 10px;
      text-align: center;
      font-size: 18px;
    }
    
    
    .main-headline {
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -3px;
     background: linear-gradient(90deg, #3658a4, #904d95);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
    
    
    .broad-spectrum{
        font-size:20px;
        font-weight:600;
        margin-bottom:15px;
    }
    
    .bold-small{
       font-size:30px;
       color:#282828;
       font-weight:700;
       margin:25px 0px;
       line-height:1.2;
    }
    
   .features-list li

 {
    position: relative;
    font-size: 18px;
    color: #383838;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 21px;
} 


.features-list{
    margin-top:30px;
}
.img2{
    margin-top:-50px;
}

.form-container h4{
    font-size:40px!important;
   font-weight: 900;
   color:#282828;
       text-transform: uppercase;
     font-family: "Archivo", sans-serif;
}

.form-control, .form-select { 
    border: 1px solid #333232;
    padding: 17px 10px;
    font-size: 19px;
        background-color: #ffffff73;
}

.fotsty {
    background-color: #e8f3ff;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}  
    .promo-banner .btn {
      background-color: #ffc107;
      border: none;
      color:#000;
      font-weight: bold;
      background-image: linear-gradient(356deg, #b68b00, #ffe800);
    }
    .form-section {
      padding: 40px 0;
    }
    .product-img img {
      max-width: 100%;
    }

    .form-container {
       
      padding: 20px;
      border-radius: 10px;
      font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .form-container .btn {
      width: 100%;
      color:#000;
      background-color: #ffc107;
      border: none;
      font-weight: bold;
      background-image: linear-gradient(356deg, #b68b00, #ffe800);
    }
    .discount-codes {
      font-weight: bold;
      color: #28a745;
    }
    .discount-code {
  display: inline-block;
  padding: 7px 20px;
  border: 2px solid #28a745; /* Green border */
  border-radius: 8px;
  background-color: rgba(40, 167, 69, 0.05); /* Light green background */
  color: #28a745;
  font-weight: bold;
  font-size: 1.1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 0 8px rgba(40, 167, 69, 0.2);
  text-align: center;
  margin-top: 10px;
}
    .mt-10 {
      margin-top:10px;
    }
    .mb-10 {
      margin-bottom:10px;
    }
    .form-section {
      background-image: url('image/back5.png');
           background-size: cover;
           background-repeat: no-repeat;
           background-position: center center;
           padding: 50px 0;
    }
.features-list {
  list-style: none; /* remove default bullets */
  padding-left: 0;
  margin-left: 0;
}


.logo {
  border-radius: 8px;} 
.features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px; /* dot size */
  height: 10px; /* dot size */
  background-color: #28a745;
  border-radius: 50%;
}
 .custom-order-btn {
  background: linear-gradient(135deg, #ffc107, #ffc107); /* Greenish gradient */
  color: rgb(8, 7, 7);
  padding: 12px 36px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
.custom-order-btn:hover {
  color:#1d1919;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
 background-image: linear-gradient(356deg,  #ffe800, #b68b00); 
}
 
 
 
.custom-order-btn {
  background: linear-gradient(135deg, #e4c056, #ffc107);
  color: #080707;
  padding: 12px 36px;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.4s ease;
  margin-top: 10px;
}

.custom-order-btn:hover {
 background-image: linear-gradient(356deg,  #ffe800, #b68b00); 
  box-shadow: 0 8px 20px rgba(0, 114, 240, 0.3);
}


.textc {
  color:#28a745;
}


@media screen and (max-width:767px){
       .main-headline{
    font-size: 40px;
    font-weight: 700;
    line-height:1.1;
    }
    
    .img2{
    margin-top:-20px;
}
}

.fotul ul{
    margin-bottom:0px;
}
.fotul ul li a{
    font-size:18px;
    color:#323232;
    font-weight:600;
text-decoration:none;
}

.section{
    padding:30px 0px;
}

      .why-us-section {
  background: #f9f9f9;
  padding: 60px 20px;
  color: #222;
}

.why-us-section .container {
  /*max-width: 960px;*/
  margin: auto;
}

 h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #485ea6;
}

h3 {
  font-size: 22px;
  margin-top: 20px;
  color: #2a7f62;
}

 p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
}

 ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

 ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

 blockquote {
  background: #fff;
  padding: 15px 20px;
  border-left: 4px solid #2a7f62;
  margin: 20px 0;
  font-style: italic;
  color: #444;
      display: inline-block;

}

 .cta {
    display: inline-block;
    background: #28a745;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin: 20px 0px;
    transition: background 0.3s ease;
    font-size:18px;
}

 .cta:hover {
  background: #d62839;
}
